Overview¶
Development guide¶
The basic flow of extension development is as follows.
- Prepare the file according to the implementation method
- Define extension points in manifest
- Implement the handler
- Run/debug the extension
- Distribute the extension
Script development and DLL development are explained on the following pages.